projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
50974e7
)
Get the damn fix right, see my latest ChangeLog entry.
author
Kristian Rietveld
<kristian@src.gnome.org>
Mon, 11 Feb 2002 15:06:59 +0000
(15:06 +0000)
committer
Kristian Rietveld
<kristian@src.gnome.org>
Mon, 11 Feb 2002 15:06:59 +0000
(15:06 +0000)
gtk/gtkliststore.c
patch
|
blob
|
history
diff --git
a/gtk/gtkliststore.c
b/gtk/gtkliststore.c
index 1c9003790230a130699f4b86d6169aff80c25652..ab7eabce714ef9d6e989a448489d42b2355225c6 100644
(file)
--- a/
gtk/gtkliststore.c
+++ b/
gtk/gtkliststore.c
@@
-1777,11
+1777,9
@@
gtk_list_store_sort_iter_changed (GtkListStore *list_store,
cmp_a = (* func) (GTK_TREE_MODEL (list_store), iter, &tmp_iter, data);
}
- if (!list->next && cmp_a > 0)
- new_location++;
-
if ((!list->next) && (cmp_a > 0))
{
+ new_location++;
list->next = G_SLIST (iter->user_data);
list_store->tail = list->next;
}